home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / nansiutl.arc / MORE.DOC < prev    next >
Text File  |  1991-04-03  |  1KB  |  32 lines

  1. more - display a text file one page at a time
  2.  
  3. Usage: more textfile
  4.    or: more < textfile
  5.    or: program | more
  6.  
  7. More shows you 24 lines of the text file, then prompts you
  8. to hit the spacebar before showing you the next 24 lines.
  9. This is handy for looking at the output of programs which produce
  10. pages and pages of output too quickly to follow.
  11.  
  12. This version of more has the following advantages over the version included
  13. with MS-DOS:
  14. 1) It uses an efficient method of writing output lines to the MS-DOS console,
  15.    which results in much faster display when a good console driver like
  16.    NANSI.SYS has been loaded in CONFIG.SYS.
  17.  
  18. 2) It lets you scroll by a single line or half a screen if desired;
  19.    hitting ENTER scrolls a single line, hitting 'd' scrolls 12 lines.
  20.  
  21.    At the bottom of each page, it shows the prompt
  22.     More (cr, sp, ?)
  23.    Hitting ? or h displays the following help message:
  24.     More understands these keystrokes:
  25.     q: quit
  26.     h: help (prints this message)
  27.     d: down half screen
  28.     space: down full screen
  29.     ENTER: down one line.
  30.  
  31. Author: Dan Kegel 
  32.